csstokenizer: Keep a GString for name parsing around
authorTimm Bäder <mail@baedert.org>
Sun, 3 Jan 2021 21:41:02 +0000 (22:41 +0100)
committerTimm Bäder <mail@baedert.org>
Tue, 5 Jan 2021 07:53:13 +0000 (08:53 +0100)
commit42fedfc87030361c502ff68cf46bbb6924099e08
tree0f87722597922710d44285aa1fb1fdddc71d76f3
parent24836c0351a798af0680e9fa5e373b9b49863580
csstokenizer: Keep a GString for name parsing around

We only every parse one of those at a time, so keep a GString around for
it. This way we don't have to create a new GString every time we parse
an identifier. Doesn't spare us the strdup though.
gtk/css/gtkcsstokenizer.c